projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
997a3b0
)
(menu-bar-file-menu): Add insert-file menu item.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Jul 1994 23:17:16 +0000
(23:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Jul 1994 23:17:16 +0000
(23:17 +0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index 923c776dfac7743726cae5df74cf4d9675b041fd..b6654a5dc1d8c310f02facdb715be2fcc9399991 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-70,6
+70,8
@@
'("Print Buffer" . print-buffer))
(define-key menu-bar-file-menu [kill-buffer]
'("Kill Buffer" . kill-this-buffer))
+(define-key menu-bar-file-menu [insert-file]
+ '("Insert File" . insert-file))
(define-key menu-bar-file-menu [revert-buffer]
'("Revert Buffer" . revert-buffer))
(define-key menu-bar-file-menu [write-file]